services.akkoma.config.":pleroma".":media_proxy".base_url
NixOS option
Base path for the media proxy. Whilst this can just be set to a subdirectory of the main domain, it is now recommended to use a different subdomain.
type: null or non-empty stringDefault
declared in: nixos/modules/services/web-apps/akkoma.nixView source on NixOS/nixpkgs →if lib.versionOlder config.system.stateVersion "24.05"
then "$\{httpConf.scheme}://$\{httpConf.host}:$\{toString httpConf.port}"
else null;